home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / GMS / GMSDev / Includes / clib / objects_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-18  |  343 b   |  18 lines

  1. #ifndef  CLIB_OBJECTS_PROTOS_H
  2. #define  CLIB_OBJECTS_PROTOS_H
  3.  
  4. /*
  5. **   $VER: objects_protos.h V1.0
  6. **
  7. **   C prototypes.
  8. **
  9. **   (C) Copyright 1996-1998 DreamWorld Productions.
  10. **       All Rights Reserved.
  11. */
  12.  
  13. APTR PullObject(APTR ObjectBase, char *Name);
  14. APTR PullObjectList(APTR ObjectBase, APTR List);
  15.  
  16. #endif /* CLIB_OBJECTS_PROTOS_H */
  17.  
  18.